<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    touch-action: pan-y
}
*{
    text-transform:capitalize;
}
.contact .left{
    color:#000 !important;
}
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

ol,ul,li {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #333
}

a:link,a:visited {
    text-decoration: none
}

@font-face {
    font-family: 'iconfont';
    src: url('/tpl/default/skin/plugins/iconfont/iconfont.woff2') format('woff2'),url('/tpl/default/skin/plugins/iconfont/iconfont.woff') format('woff'),url('/tpl/default/skin/plugins/iconfont/iconfont.ttf') format('truetype')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.container-fluid {
    max-width: 90% !important
}

.jobBox .des .description{
    color:#000;
}

@media screen and (max-width: 1300px) {
    .container-fluid {
        max-width:95% !important
    }
}

@media screen and (max-width: 768px) {
    .container-fluid {
        max-width:100% !important;
        padding-right: 10px;
        padding-left: 10px;
        overflow: hidden
    }
}

#header .main {
    height: 120px;
    background-color: #fff
}

#header .logo {
    float: left;
    display: flex;
    align-items: center;
    margin-top: 20px
}

#header .logo img {
    margin-right: 15px;
    height: 70px
}

#header .logo .siteName {
    font-size: 44px;
    color: #067cc0;
    line-height: 1;
    position: relative;
    top: 8px;
    font-weight: 700;
    color: #2f318b
}

#header .tel {
    float: right;
    position: relative;
    margin-top: 40px;
    display: flex;
    align-items: center
}

#header .tel img {
    position: relative;
    margin-right: 10px
}

#header .tel p {
    font-size: 16px;
    white-space: nowrap;
    margin-bottom: 0px
}

#header .lang {
    margin-top: 40px;
    float: right;
    margin-left: 50px
}

#header .lang a {
    display: block;
    margin: 0 0 4px
}

#header .nav {
    background: #067cc0;
    height: 50px
}

#header .nav ul {
    display: flex
}

#header .nav ul&gt;li.parent {
    display: block;
    float: left;
    position: relative;
    width: calc(100%/11);
    border-right: 1px solid rgba(255,255,255,0.1)
}

#header .nav ul&gt;li.parent:nth-last-of-type(1){
    display: block;
}

#header .nav ul li.parent:first-child {
    margin-left: 0px;
    border-left: 1px solid rgba(255,255,255,0.1)
}

#header .nav ul li.parent a {
    text-align: center;
    display: inline-block;
    padding: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    overflow: hidden;
}

#header .nav ul li.parent .iconfont {
    font-size: 11px;
    position: relative;
    top: -1px;
    left: 0px;
    opacity: 0.7;
    display: inline-block
}

#header .nav ul li.parent a.active {
    background: #e14402
}

#header .nav ul li.parent:hover&gt;a {
    color: #fff;
    background: #e14402
}

#header .nav ul li.parent:hover .iconfont {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

#header .nav ul li.parent .child {
    position: absolute;
    width: auto;
    top: 50px;
    background: rgba(19,103,197,0.85);
    line-height: 22px;
    z-index: 9999;
    opacity: 0;
    overflow: hidden;
    height: 0px;
    margin-top: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#header .nav ul li.parent:hover .child {
    margin-top: 0px;
    height: auto;
    opacity: 1
}

#header .nav ul li.parent .child a {
    text-align: left;
    display: block;
    font-size: 14px;
    padding: 8px 16px;
    line-height: 24px;
    height: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#header .nav ul li.parent .child a:hover {
    background: #067cc0;
    color: #fff
}

#header .nav .lang {
    float: right;
    margin-left: 0.1rem
}

#header .nav .lang {
    line-height: 0.43rem
}

#header .nav .lang .item {
    display: none
}

#header .nav .lang .item.active {
    display: block
}

#header .nav .lang a {
    line-height: 24px;
    display: inline-block;
    padding: 0 10px;
    font-size: 15px
}

#header .nav .lang a:hover {
    color: #0061ae
}

#header .nav .search {
    float: right;
    line-height: 0.43rem;
    margin-left: 0.1rem;
    width: 28px;
    text-align: center
}

#header .nav .search #sbtn {
    color: #0061ae;
    font-size: 22px;
    cursor: pointer
}

#header .nav .search .sform {
    position: absolute;
    bottom: 5px;
    right: 0;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    width: 50%;
    z-index: 999;
    display: none
}

#header .nav .search .sform .sbar {
    position: relative
}

#header .nav .search .sform input {
    display: block;
    height: 30px;
    width: 100%;
    line-height: 30px;
    text-indent: 10px;
    margin: 0px;
    border: none
}

#header .nav .search .sform button {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #0061ae;
    border: none;
    height: 32px;
    line-height: 30px;
    width: 45px
}

#header .nav .search .sform button:hover {
    background: #028cf9
}

#header .nav .search .sform button span {
    color: #fff;
    font-size: 20px
}

#header .mNav {
    position: fixed;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 999
}

#header .mNav-zw {
    height: 56px
}

#header .mNav .logo {
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0px;
}

#header .mNav .logo img {
    max-height: 35px;
    max-width: 100%
}

#header .mNav .logo .siteName {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    top: 0px;
    left: 8px;
}

#header .navIcon {
    width: 36px;
    height: 56px;
    display: flex;
    align-items: center;
    margin-left: 20px
}

#header .navIcon .line {
    width: 100%;
    text-align: right;
    line-height: 0px
}

#header .navIcon span {
    display: inline-block;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 1px;
    margin: 4px 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

#header .navIcon.active span.l1 {
    width: 50%
}

#header .navIcon.active span.l3 {
    width: 60%
}

#header .mNav-list {
    position: fixed;
    z-index: 99999;
    top: 56px;
    width: 100%;
    background: rgba(255,255,255,1);
    height: 100%;
    width: 60%;
    left: -100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .2s ease
}

#header .mNav-list.active {
    left: 0px
}

#header .mNav-list ul li a {
    display: block;
    text-indent: 15px;
    font-size: 15px;
    height: 45px;
    border-bottom: 1px solid #fafafa;
    line-height: 45px
}

#header .mNav-list ul li a.active {
    background: #eee
}

#header .black-bg {
    position: fixed;
    z-index: 998;
    background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none
}

.pageMap {
    border-bottom: 1px solid #eee;
    background: #fff
}

.pageMap ul {
    margin: 0px;
    padding: 0px
}

.pageMap ul li {
    display: inline-block
}

.pageMap ul li img {
    height: 18px;
    position: relative;
    top: -2px
}

.pageMap ul li a {
    display: block;
    height: 55px;
    line-height: 55px
}

.pageMap ul li a:hover {
    color: #eb3d00
}

.pageMap ul li a:before {
    content: "鈥�";
    margin: 0 8px 0 4px;
    color: #6e7582;
    position: relative;
    font-size: 18px
}

.pageMap ul li:nth-child(2) a:before {
    display: none
}

#footer {
    background: #2e2e2e;
    padding: 50px 0 0 0;
    color: #eee
}

#footer .con .title {
    font-size: 18px;
    margin-bottom: 20px
}

#footer .con p {
    margin-bottom: 8px;
    p}

#footer .bnav .title {
    font-size: 18px;
    margin-bottom: 20px
}

#footer .bnav a {
    color: #eee;
    display: inline-block;
    padding: 10px 0;
    margin-right: 15px
}

#footer .bnav a:hover {
    color: #fff;
    text-decoration: underline
}

#footer .ewm {
    float: right
}

#footer .ewm img {
    width: 140px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px
}

#footer .ewm p {
    text-align: center
}

#footer .copyright {
    clear: both;
    border-top: 1px solid #434343;
    padding: 20px 0;
    margin-top: 20px
}

#footer .copyright .left {
    float: left
}

#footer .copyright .right {
    float: right
}

#footer .copyright .right a {
    color: #fff
}

#footer .copyright .right a:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #fff;
    position: relative;
    top: 1px;
    margin: 0 20px 0 10px
}

#footer .copyright .right a:first-child:before {
    display: none
}

@media screen and (min-width: 0px) and (max-width:768px) {
    #footer .left .content {
        border:none
    }
    .weChatFlex{
        display:none;
    }
    #header .nav ul&gt;li.parent:nth-last-of-type(1){
        display:block;
    }
}

@media screen and (min-width: 768px) and (max-width:1200px) {
    #footer .left .content {
        border:none
    }
}

#mFooter {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 55px;
    padding: 2px 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 5px #ddd;
    display: flex;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#mFooter .item {
    width: 100%
}

#mFooter .item .iconbox {
    height: 24px;
    text-align: center;
    margin-bottom: 5px
}

#mFooter .item .iconbox i {
    display: block;
    font-size: 24px
}

#mFooter .item img {
    display: block;
    margin: 4px auto;
    height: 24px
}

#mFooter .item p {
    font-size: 12px;
    text-align: center
}

#mFooter .item.on p {
    color: #067cc0
}

#mFooter .item.on .iconbox i {
    color: #067cc0
}

.layui-layer-dialog .layui-layer-content {
    padding: 0px !important;
    overflow: hidden !important
}

.fved {
    height: 235px;
    overflow: hidden
}

.weChatFlex{
    position: fixed;
    right: 4px;
    bottom: 2px;
    width: 8%;
    border: 1px solid rgba(51,51,51,0.2);
    z-index: 100;
}

.weChatFlex img{
    width:100%;
}

.weChatFlex span{
    display:block;
    text-align:center;
    background:#fff;
}</pre></body></html>